home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Mierniki i liczniki / BitMeter II 3.5.2 / BitMeterInstaller.exe / BitMeter.chm / bitmeterhelp.css < prev    next >
Cascading Style Sheet File  |  2006-09-02  |  2KB  |  101 lines

  1. body{
  2.     font-family: Arial;
  3. }
  4. a{
  5.     color:  #228800;   
  6. }
  7. img{
  8.     display: block;
  9.     margin-left: auto;
  10.     margin-right: auto;
  11.     text-align:center;
  12. }
  13. table{
  14.     text-align: center;
  15.     width: 100%;
  16.     padding: 0em;
  17.     margin: 0em;
  18.     
  19. }
  20. .header{
  21.     border: 1px solid;
  22.     font-size:  large;
  23.     background-color: #DDDDDD;
  24.     padding:          5px 5px 5px 5px;    
  25. }
  26. .footer{
  27.     border: 1px solid;
  28.     background-color: #DDDDDD;
  29.     text-align: center; 
  30. }
  31. .title{
  32.     font-weight: bold;   
  33. }
  34. .llink{
  35.     text-align: left;
  36.     font-size: small;
  37. }
  38. .clink{
  39.     text-align: center;
  40.     font-size: small;
  41. }
  42. .rlink{
  43.     text-align: right;
  44.     font-size: small;    
  45. }
  46.  
  47. .nclink{
  48.     margin-left: 35%;
  49.     margin-right: 35%;
  50.         color: #BBBBBB;
  51. }
  52. .nllink {
  53.     text-align: left;
  54.     font-size: small;
  55.     color: #BBBBBB;
  56. }
  57. .nrlink {
  58.     text-align: right;
  59.     font-size: small;
  60.     color: #BBBBBB;
  61. }
  62. ul {
  63.     list-style-type: disc;
  64.     list-style-image: url(bullet.gif);
  65.     list-style-position: outside;
  66. }
  67. a.minilink{
  68.     font-size: small;
  69.     color: #FF4444;   
  70.     text-decoration: none;
  71. }
  72. .jargon{
  73.     font-style: normal;
  74.     color: #386fa8;
  75.     font-weight: normal;
  76. }
  77. .appendixTerm{
  78.     font-style: bold;
  79.     font-family: courier;
  80.     color: #365390;
  81.     font-weight: normal;   
  82.     font-size: 9pt;
  83.     text-align: right;
  84. }
  85. .appendixDef{
  86.     font-style: normal;
  87.     font-family: courier;   
  88.     font-size: 9pt;
  89.     font-weight: normal;   
  90.     text-align: left;
  91. }
  92. .versionText{
  93.     font-size: xx-small;
  94. }
  95. .faqQuestion{
  96.     font-weight: bold;   
  97. }
  98. .faqAnswer{
  99.     font-weight: normal;   
  100.     padding: 2px 0px 10px 0px
  101. }